projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca9b119
)
(gud-tooltip-tips): Add missing argument to
author
Nick Roberts
<nickrob@snap.net.nz>
Mon, 15 May 2006 11:17:47 +0000
(11:17 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Mon, 15 May 2006 11:17:47 +0000
(11:17 +0000)
call to gdb-tooltip-print.
lisp/progmodes/gud.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gud.el
b/lisp/progmodes/gud.el
index 5be88668353af4b6447e639acd6f4ae10dca34eb..d2e6cfc4ae4649b6da1f93c623ccd12f5264af1b 100644
(file)
--- a/
lisp/progmodes/gud.el
+++ b/
lisp/progmodes/gud.el
@@
-3480,7
+3480,8
@@
so they have been disabled."))
gdb-server-prefix "macro expand " expr "\n")
`(lambda () (gdb-tooltip-print-1 ,expr))))
(gdb-enqueue-input
- (list (concat cmd "\n") 'gdb-tooltip-print)))
+ (list (concat cmd "\n")
+ `(lambda () (gdb-tooltip-print ,expr)))))
(setq gud-tooltip-original-filter (process-filter process))
(set-process-filter process 'gud-tooltip-process-output)
(gud-basic-call cmd))